home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2007 March
/
PCWorld_2007-03_cd.bin
/
v cisle
/
pcwkillall
/
pcwKillEmAll.exe
/
pcwKillEmAll.hta
Wrap
Text File
|
2006-09-18
|
3KB
|
79 lines
<HTML>
<HEAD>
<TITLE>Skript PC WORLDu: Kill 'em All</TITLE>
<HTA:APPLICATION ID="hta3"
APPLICATIONNAME="KillEmAll"
BORDER = "normal"
CAPTION = "yes"
SHOWINTASKBAR = "yes"
SINGLEINSTANCE = "yes"
SYSMENU = "yes"
WINDOWSTATE = "normal"
SCROLL = "no"
SCROLLFLAT = "no"
VERSION = "1.0"
INNERBORDER = "no"
SELECTION = "no"
MAXIMIZEBUTTON = "no"
MINIMIZEBUTTON = "yes"
NAVIGABLE = "No"
CONTEXTMENU = "no"
BORDERSTYLE = "normal">
<STYLE type="text/css">
body { scrollbar-arrow-color: #000000;
font-family:Verdana;
font-style:normal;
font-size:12;
background-color:Buttonface}
.fading {font-size:14px;
background-color:#003159;
color:white;width:320;
filter:Alpha(style=1, opacity=90, startx=83, finishx=86)
}
.button {
width:320px;
}
</STYLE>
<SCRIPT LANGUAGE=vbscript>
'|--------------------------------------------------------------------------------------------------|'
Dim Tool
Set myshell = CreateObject("Wscript.Shell")
Set MyFiles = CreateObject("Scripting.FileSystemObject")
'|--------------------------------------------------------------------------------------------------|'
Sub SubInitFenster
window.resizeTo 350, 360
End Sub
'|--------------------------------------------------------------------------------------------------|'
Function SubRun(Tool)
ord = MyFiles.Getfolder(".")
ret = myshell.Run(chr(34) & ord & "\Tools\" & Tool & chr(34), 1, false)
End function
'|--------------------------------------------------------------------------------------------------|'
Sub SubQuit
Set myshell = Nothing
Set myfiles = Nothing
Window.Close
End Sub
'|--------------------------------------------------------------------------------------------------|'
</SCRIPT>
</HEAD>
<BODY onload="SubInitFenster" scroll="no">
<INPUT Type=button class=button value="Odstranit Windows Media Player" name=killwmp size="20" onClick="Subrun('pcwKillMediaPlayer.vbs')"></br></br>
<INPUT Type=button class=button value="Odstranit Outlook Express" name=killoex size=102 onClick="Subrun('pcwKillOutlookExpress.vbs')"></br></br>
<INPUT Type=button class=button value="Odstranit Movie Maker" name=killmma size=102 onClick="Subrun('pcwKillMovieMaker.vbs')"></br></br>
<INPUT Type=button class=button value="Odstranit Messenger" name=killmes size=102 onClick="Subrun('pcwKillMessenger.bat')"></br></br>
<INPUT Type=button class=button value="Odstranit Netmeeting" name=killnet size=102 onClick="Subrun('pcwKillNetmeeting.bat')"></br></br>
<INPUT Type=button class=button value="Odstranit slo₧ky pro odinstalovßnφ zßplat" name=killuni size=102 onClick="Subrun('pcwKillUninstall.hta')"></br></br>
<INPUT Type=button class=button value="Konec" name=htaquit size=102 onClick="SubQuit">
</BODY>
</HTML>